ComponentOne CalendarView for WinForms
C1.Framework.Mathematics Namespace / Vector Class / Vector Constructor / Vector Constructor(Double[])
A double array indicates the items.

In This Topic
    Vector Constructor(Double[])
    In This Topic
    Initializes a new instance of the Vector class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ParamArray items() As Double _
    )
    public Vector( 
       params double[] items
    )

    Parameters

    items
    A double array indicates the items.
    See Also